home *** CD-ROM | disk | FTP | other *** search
/ Cobra Utilities for Doom & Doom II / Cobra Utilities For Doom & Doom II - Disc 2.iso / files / text / uni_doom / modem.cfg < prev   
Encoding:
Text File  |  1994-03-03  |  467 b   |  16 lines

  1. AT B0 X4 &B1 &H1 &R2 E1 V1 &N6 &K0 &M0
  2. AT Z H0
  3.  
  4. Line 1 is the initialization string, which needs to set the modem to
  5. 9600 baud, no compression, and no error correction protocol.
  6.  
  7. Line 2 is the shutdown string, which should hang up the line (if dropping
  8. DTR hasn't already) and reset any parameters you like.
  9.  
  10. Settings known to work:
  11.  
  12. Practical Peripherals 14400FX V.32bis
  13. AT B0 X4 &B1 &H1 &R2 E1 V1 S46=0 &Q0 &D2 &N6 &K0 &M0
  14. AT Z S46=0 &Q0 &D2
  15. AT Z H0
  16.